Blog
Recent Entries
12 Days of BoxLang - Day 4: TestBox
Today we’re celebrating one of the most exciting new additions to the BoxLang ecosystem:
the TestBox BoxLang CLI Runner — a fast, native way to run your TestBox tests directly through the BoxLang Runtime. ⚡
No server required. No CommandBox needed. Just pure, ultra-fast BoxLang-powered testing from the command lineon Windows, Mac, and Linux.
If you’re building modern applications with BoxLang — web apps, CLIs, serverless functions, Android apps, or OS-level utilities — this new feature gives you a unified, flexible testing workflow you can run anywhere.
12 days of BoxLang - Day 3: SocketBox!
As BoxLang continues evolving into a modern, high-performance, JVM-based runtime, real-time communication becomes essential for the applications we all want to build: dashboards, collaboration tools, notifications, live feeds, multiplayer features, and more.
That’s where SocketBox steps in — the WebSocket upgrade listener built to work seamlessly with CommandBox and the BoxLang MiniServer. ⚡
Today, for Day 3, we’re highlighting how SocketBox supercharges BoxLang development by giving you fast, flexible, and framework-agnostic WebSocket capabilities.
12 Days of BoxLang - Day 2: CommandBox
BoxLang + CommandBox: The Enterprise Engine Behind Your Deployments
For Day 2 of our 12 Days of Christmas series, we’re diving into one of the most powerful parts of the BoxLang ecosystem: CommandBox the defacto enterprise servlet deployment platform for BoxLang.
If BoxLang is the language powering your applications, CommandBox is the engine room behind it all. ⚙️
Add Your Comment
(6)
Oct 19, 2008 05:29:02 UTC
by Gary Fenton
Thanks for pointing out the update. I'll let everyone else go first and try it out in production and write up about it in their blogs. Got to be totally sure it doesn't introduce a new unexpected issue! :-) Does anyone know the Adobe line on supporting CF running a version of Java that didn't ship with CF?
Oct 19, 2008 16:32:53 UTC
by Luis Majano
Hi Gary, I did the upgrade last night on my production systems, so I will let you know the outcome. So far, I have seen performance updates because of it.
Oct 20, 2008 11:34:32 UTC
by Will Belden
Just subscribing.
Oct 30, 2008 08:09:47 UTC
by Hussein Grant
Hi Luis, Is there any documentation to assist with installation on a cf8 machine? I assume that the correct update for CF8 would be the JDK 6 Update 10 with Java EE. Thanks.
Oct 30, 2008 10:11:20 UTC
by luis majano
I did not find any but it is pretty trivial. 1 dowload the jdk and install 2 make a backup of the jvm.config file in (cfinstall)/runtime I believe 3 open file and modify the jew home to point to the jdk you installed. Remember to use backslashes 4 restart cf
Oct 30, 2008 10:41:58 UTC
by Hussein Grant
Sounds easy. Thank you very much.